ActiveReports 9 > ActiveReports User Guide > How To > Page Report/RDL Report How To > Add Bookmarks |
A bookmark link is similar to a hyperlink, except that it moves the viewer to another area in the report instead of opening a web page. You can add bookmarks in a two-step process:
Use the following steps to create a Bookmark ID on a Textbox control and create a bookmark link on another Textbox control at the bottom of the page.
These steps assume that you have already added a Page Report/RDL Report template to your project. See Adding an ActiveReport to a Project for further details.
Bookmark ID is like a URL that provides information required by the report viewer to locate the report control. You need to provide a Bookmark ID for any control to which you want to allow users to jump to via a Bookmark Link.
![]() |
![]() |
Tip: You can also set the Bookmark ID through the Bookmark property in the Properties window. |
Bookmark Link is a simple link you create to jump to the location where the Bookmark ID is set.
![]() |
You move to the top of the page where the Bookmark ID was set on the control.
![]() |
Tip: You can also access the Navigation page of a control to set the bookmark link through the ellipsis button next to the Action property in the Properties window. |